home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / movefile.zip / MOVEFILE.REV < prev   
Text File  |  1993-01-04  |  1KB  |  70 lines

  1.  
  2.  
  3.           MOVEFILE       A File Move Utility      09-21-1987
  4.  
  5.  
  6.                             PUBLIC DOMAIN
  7.           Original Author: Jim Drash CompuServe ID [76607,70]
  8.  
  9.  
  10.  
  11.           REVISION HISTORY
  12.  
  13.  
  14.           ----------------------------------------------------
  15.  
  16.  
  17.  
  18.           Version 1.20 09-21-1987
  19.  
  20.  
  21.           1.  PUBLIC DOMAIN
  22.  
  23.           2.  Squashed file time stamp bug
  24.  
  25.           3.  Added Ctrl-Break (abort) processing
  26.  
  27.           4.  DOS version Check
  28.  
  29.           5.  Allows multiple source  file specifications on
  30.               one invocation
  31.  
  32.               Example:
  33.  
  34.               C:\>movefile fu.bar file.* test*.bas \zz
  35.  
  36.  
  37.  
  38.  
  39.           Version 1.10 09-17-1987
  40.  
  41.  
  42.           a.  MOVEFILE   changed  to  allow  moves   between
  43.               drives.
  44.  
  45.  
  46.           Example:
  47.  
  48.           Move a file from the c: drive to the a: drive
  49.  
  50.           C:\>movefile file.txt a:
  51.           movefile - File Move Utility, Version 1.20, PUBLIC DOMAIN
  52.  
  53.           C:FILE.TXT moved to A:
  54.  
  55.  
  56.  
  57.  
  58.                                    - 1 -
  59.  
  60.  
  61.           Version 1.00 09-15-1987
  62.  
  63.  
  64.           MOVEFILE: New program - features:
  65.  
  66.           a.  Moves files from one directory to another
  67.  
  68.           b.  supports wildcards
  69.  
  70.           c.  sharew